<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header{
	width: 100%;
	height:120px;
}
.header .flex{
	height: 100%;
	padding-top:20px;	
}
.nav li{
	margin-right: 20px;
}
.nav li:last-child{
	margin-right: 0;
}
.nav li a{
	font-size: 18px;
	color: #4d4d4d;
	text-transform: capitalize;
	display: block;
	margin:0 10px;
}
.language{
	width: 110px;
	height: 27px;
	border:1px solid #E4E4E4;
	overflow:hidden;
	position: relative;
	margin-top: 20px;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.language li{
	height:25px;
	width: 100%;

}
.language li a{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items:center; 
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	height: 100%;
	padding:0 20px 0 10px;
	font-size: 12px;	
	color: #282828;
}
.sanjiao{
	position: absolute;
	width: 8px;
	height: 4px;
	right:10px;
	top:10px;
	z-index: 3;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.language li span{
	margin-right:5px;
}
.language:hover .sanjiao{
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}
.banner{
	height:600px;
}
.banner .swiper-container{
	height: 100%;
}
.shb3{
	line-height:50px;
	height:50px;
	background: #444444;
	color: #fff;
}
.shb3 h3{
	color: #fff;
	font-size: 14px;
	line-height:50px;
}
.shb3 a{
	color: #fff;
	font-size: 14px;
	line-height:50px;
}
.product_list{
	padding-right: 0;
}
.product_list ul{
	justify-content: flex-start;
}
.product_list li{
	margin:10px;
	padding:0;
	overflow: hidden;
	width: 370px;
	height:370px;
	position: relative;
}
.product_list li img{
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.product_list li:hover img{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.index_title{
	margin-bottom: 5px;
}
.index_title h3{
	line-height:45px;
	height:45px;
	font-weight: bold;
	text-transform:capitalize;
	font-size: 30px;
	color: #00a6fe;
	margin-left: 10px;
}
.page1{
	padding-top:45px;
}
.page2{
	padding:60px 0 110px 0;
	background: #0146D2;
}
.index_about{
	margin-top: 50px;
}
.index_about figure img{
	border:10px solid #3396D7;
}
.tac{
	text-align: center;
}
.index_about figure{
	width:40%;
}
.index_about figure a{
	display: block;
	width: 186px;
	height: 32px;
	border:1px solid #fff;
	text-align: center;
	line-height:30px;
	font-size: 12px;
	color: #fff;
	margin: 20px auto 0 auto;
}
.index_about figure a:hover{
	background: #fff;
	color: #00a6fe;
}
.index_about figcaption{
	width:57%;
	line-height:30px;
	color: #fff;
	font-size: 16px;
	margin-top: -5px;
}
.page3{
	padding:75px 0 55px 0;
}
.work_swiper .swiper-slide{
	width: 400px;
	height: 300px;
	cursor: pointer;
}
.work_swiper .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.work_swiper .swiper-container-free-mode &gt; .swiper-wrapper {
  -webkit-transition-timing-function: linear;    /*涔嬪墠鏄痚ase-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}
.work_swiper figcaption{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 99;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	opacity:0;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.work_swiper .swiper-slide figcaption img{
	width: fit-content;
	object-fit: contain;
}
.work_swiper .swiper-slide:hover figcaption{
	opacity: 1;
}
.footer{
	background: #3A3C48;
}
.footer_content{
	max-width:1200px;
}
.footer_content ul{
	display:flex;
	align-items: center;
	    justify-content: space-between;
}
.footer_content li img{
	width: 17px;
}
.footer_content li{
	
}
.footer_content li p{
	color:#fff;
	font-size: 14px;
}


.footer{
	padding:40px 0;
}
.footer p.copy2{
	text-align: center;
	color: #979aab;
	font-size: 14px;
	margin-top: 50px;
}
.more{
	width: 240px;
	height: 50px;
	border:1px solid #00A6FE;
	color: #00A6FE;
	font-size: 12px;
	display: block;
	margin: 60px auto 0 auto;
	line-height:50px;
	text-align: center;
}
.more:hover{
	background: #00A6FE;
	color: #fff;
}
.inside_banner{
	position:relative;
}
.inside_banner figure{
	height:300px;
}
.inside_banner figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.inside_banner figcaption{
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	z-index: 3;
}
.w960{
	max-width:960px;
	margin: 0 auto;
}
.inside_banner p{
	font-size: 48px;
	color: #fff;
	text-transform: capitalize;
	line-height:300px;
}
.w1600{
	max-width:1600px;
	margin: 0 auto;
}
.inside_banner2 .second_bg{
	background: #002479;
}
.second_bg p{
	font-size: 36px;
	color: #fff;
	text-transform: capitalize;
	line-height:200px;
}
.second_bg p span{
	font-size: 18px;
}
.about_page{
	padding-top:60px;
	background: url(../images/about_bg.jpg) no-repeat right top ,rgba(255,255,255,1);
}
.about_enitor{
	font-size: 16px;
	color: #666;
	max-width: 800px;
	line-height:1.8;
	font-family: 寰蒋闆呴粦;
	min-height:323px;
}
.about_list li{
	width: 230px;
	height: 172px;
	float: left;
	margin-right: 30px;
	list-style: none;
	display:inline-block;
	line-height:172px;
}
.about_list li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sstzNoticeStyle{
  color:white; font-size:16px;text-decoration:none;
}
.sstzNoticeStyle:hover{
  color:white; font-size:16px;text-decoration:none;
}
.about_list{
	position: relative; 
	width: 100%; 
	margin-left: auto; 
	margin-right: auto; 
	height: 172px; 
	border: 0px solid red; 
	overflow: hidden;
	margin-top: 80px;
}
#syNoticeUlNew{
	margin: 0px;
	left:0; 
	top:0;
	margin-bottom:0px;
	width:100%;
	height:47px;
	position:absolute;
}
.offer{
	background: #F7F7F7;
	padding:90px 0 80px 0;
	margin-top: 80px;
}
.offer .right{
	width: 450px;
	border:1px solid #00A6FE;
	padding:49px;
	font-size: 18px;
	line-height:1.8;
	color: #353535;
}
.offer .left h3{
	color: rgb(0, 166, 254);
	font-size: 36px;
}
.offer .left ul{
	font-family: "Microsoft Yahei";
	margin-left:25px;
	margin-top: 10px;
}
.offer .left li{
	font-size: 16px;
	color: #666;
	line-height:1.8;
	list-style-type: disc;
	font-family: "Microsoft Yahei";
}
.pro_nav li{
	margin:0 12px;
	float: left;
}
.pro_nav li a{
	display: block;
	width:fit-content;
	padding:0 30px;
	height:36px;
	line-height:36px;
	border-radius:20px;
	font-size: 16px;
	color: #666;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.pro_nav li:hover a{
	background: #000;
	color: #fff;
}
.pro_nav li.active a{
	background: #000;
	color: #fff;
}
.details_page{
	padding:40px 0 80px 0;
}
.product_list figcaption{
	position: absolute;
	left:calc(50% - 32px);
	top:calc(50% - 32px);
	z-index: 9;
	opacity:0;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.product_list li:hover figcaption{
	opacity:1;
}
.product_list li:hover figcaption img{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.viewcout{
	width: 20px;
    height: 13px;
    display: inline-block;
    margin: 0 5px 0 0;
    background: url(../images/mbg01.png) no-repeat;
    background-position: -1911px -51px;
}
.product_title h3{
	color: #333;
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.product_title p{
	font-size: 13px;
	color: #adadad;
}
.product_title p span{
	display: inline-block;
	vertical-align: middle;
}
.product_title{
	border-bottom:1px solid #f0efef;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.pro_enitor{
	padding-bottom: 20px;
	border-bottom:1px dashed #f0efef;
}
.equ_list li{
	height:270px;
}
.equ_list li figure{
	height: 100%;
}
.equ_list li figure img{
	height: 100%;
	width: 100%;
	object-fit:cover;
}
.equ_list li:hover figure img{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.menu{
	display: none;
}
.menu_down{
	display: none;
}</pre></body></html>